-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(feat) O3-3007: Add support for saving patient identifiers in forms #202
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've noticed you have a couple of formatting issues, kindly have those fixed.
0de866e
to
bfde98c
Compare
Hi @samuelmale |
3b6db1b
to
b860f08
Compare
@kajambiya You can test the validation aspect using this question from the AMPATH HTS Initial Form. |
So, as mentioned in the demos earlier today, the two expectations would be that:
|
b482677
to
b9cd626
Compare
b9cd626
to
2a396a1
Compare
Hi @denniskigen |
f00d670
to
d925324
Compare
@kajambiya please add some sample json on how someone can use this. It will help in the documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to backfill this with tests as well
…penmrs#202) * Add support for saving patient identifiers in forms * Address review comments * resolve conflicts * fix failing tests
* resolving logic * Failsafe incase display object doesn't exist * Failsafe incase display object doesn't exist * linting * (feat) O3-3007: Add support for saving patient identifiers in forms (#202) * Add support for saving patient identifiers in forms * Address review comments * resolve conflicts * fix failing tests * (feat) O3-3109 deprecate type within inbuiltControls (#229) * (test) Fix intermittently failing tests (#231) * (feat) Update AFE transformer to handle aliases (#221) * (chore) Switch @carbon/react to peer dependency (#236) * (fix) fix tooltip alignment on obsGroup (#235) * fix tooltip styles on obsGroup * cleanup * (feat) Fetch all concept references of the the form with SWR Infinite (#241) * Fetching all concepts references with useSWRInfinite * Fixed failing tests * Failsafe incase display object doesn't exist * linting --------- Co-authored-by: Jovan Ssebaggala <jssebaggala@outlook.com> Co-authored-by: Pius Rubangakene <piruville@gmail.com> Co-authored-by: Samuel Male <samuelsmalek@gmail.com> Co-authored-by: Vineet Sharma <sharmava05@gmail.com>
Requirements
Summary
This PR introduces support to save patient identifier as part of a form. At form submission, the identifier is added to the patient's identifiers.
Screenshots
Screen.Recording.2024-04-24.at.17.19.08.mov
Related Issue
Other